Vcenter TrustedInfrastructure TrustedClusters Kms Services FilterSpec
This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The Vcenter TrustedInfrastructure TrustedClusters Kms Services FilterSpec schema contains the data necessary for identifying a Key Provider service instance.
This schema was added in vSphere API 7.0.0.0.
{
"services": [
"string"
],
"address": [
{
"hostname": "string",
"port": 0
}
],
"group": [
"string"
],
"trust_authority_cluster": [
"string"
]
}
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
A set of IDs by which to filter the services.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by ID.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service
.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The service's address.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by address.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The group determines the Attestation Service instances this Key Provider Service can accept reports from.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by group.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The cluster specifies the Trust Authority Cluster this Key Provider Service instance belongs to.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by trustAuthorityCluster.